runtime._func.entryOff (field)

3 uses

	runtime (current package)
		runtime2.go#L893: 	entryOff uint32 // start pc, as offset from moduledata.text/pcHeader.textStart
		symtab.go#L758: 	return f.entryOff == ^uint32(0) // see comment for funcinl.ones
		symtab.go#L763: 	return f.datap.textAddr(f.entryOff)